1,708 سجلات

1,708 سجلات

عوامل التصفية المستخدمة إلغاء الكل

لا يوجد عامل التصفية

تصفية

time

من
إلى

Weather statistics – Daily

المرفقات

انقر للتوسيع انقر للطي

مخطط مجموعة البيانات

انقر للتوسيع انقر للطي
country
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
country
نوع
نص
عينة
Andorra
latitude
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
latitude
نوع
double
عينة
42.55
longitude
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
longitude
نوع
double
عينة
1.6
time
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
time
نوع
تاريخ
عينة
2025-06-06
weather_code
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
weather_code
نوع
int
عينة
3
temperature_2m_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
temperature_2m_max
نوع
double
عينة
16.5
temperature_2m_min
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
temperature_2m_min
نوع
double
عينة
6.3
apparent_temperature_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
apparent_temperature_max
نوع
double
عينة
17.5
apparent_temperature_min
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
apparent_temperature_min
نوع
double
عينة
4.7
sunrise
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
sunrise
نوع
datetime
عينة
2025-06-06T06:16:00+00:00
sunset
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
sunset
نوع
datetime
عينة
2025-06-06T21:28:00+00:00
daylight_duration
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
daylight_duration
نوع
double
عينة
54673.4
sunshine_duration
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
sunshine_duration
نوع
double
عينة
48743.39
uv_index_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
uv_index_max
نوع
double
عينة
8.2
uv_index_clear_sky_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
uv_index_clear_sky_max
نوع
double
عينة
8.25
precipitation_hours
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
precipitation_hours
نوع
double
عينة
0
wind_speed_10m_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
wind_speed_10m_max
نوع
double
عينة
10.4
wind_gusts_10m_max
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
wind_gusts_10m_max
نوع
double
عينة
39.6
precipitation_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
precipitation_sum
نوع
double
عينة
0
rain_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
rain_sum
نوع
double
عينة
0
showers_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
showers_sum
نوع
double
عينة
0
snowfall_sum
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
snowfall_sum
نوع
double
عينة
0

مخطط JSON

إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.

{
  • "title":"weather-statistics-daily",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/weather-statistics-daily"
      }
    ]
    ,
  • "definitions":
    {
    • "weather-statistics-daily":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/weather-statistics-daily_records"
            }
          }
        }
      }
      ,
    • "weather-statistics-daily_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"country",
              • "description":""
              }
              ,
            • "latitude":
              {
              • "type":"number",
              • "title":"latitude",
              • "description":""
              }
              ,
            • "longitude":
              {
              • "type":"number",
              • "title":"longitude",
              • "description":""
              }
              ,
            • "time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"time",
              • "description":""
              }
              ,
            • "weather_code":
              {
              • "type":"integer",
              • "title":"weather_code",
              • "description":""
              }
              ,
            • "temperature_2m_max":
              {
              • "type":"number",
              • "title":"temperature_2m_max",
              • "description":""
              }
              ,
            • "temperature_2m_min":
              {
              • "type":"number",
              • "title":"temperature_2m_min",
              • "description":""
              }
              ,
            • "apparent_temperature_max":
              {
              • "type":"number",
              • "title":"apparent_temperature_max",
              • "description":""
              }
              ,
            • "apparent_temperature_min":
              {
              • "type":"number",
              • "title":"apparent_temperature_min",
              • "description":""
              }
              ,
            • "sunrise":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"sunrise",
              • "description":""
              }
              ,
            • "sunset":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"sunset",
              • "description":""
              }
              ,
            • "daylight_duration":
              {
              • "type":"number",
              • "title":"daylight_duration",
              • "description":""
              }
              ,
            • "sunshine_duration":
              {
              • "type":"number",
              • "title":"sunshine_duration",
              • "description":""
              }
              ,
            • "uv_index_max":
              {
              • "type":"number",
              • "title":"uv_index_max",
              • "description":""
              }
              ,
            • "uv_index_clear_sky_max":
              {
              • "type":"number",
              • "title":"uv_index_clear_sky_max",
              • "description":""
              }
              ,
            • "precipitation_hours":
              {
              • "type":"number",
              • "title":"precipitation_hours",
              • "description":""
              }
              ,
            • "wind_speed_10m_max":
              {
              • "type":"number",
              • "title":"wind_speed_10m_max",
              • "description":""
              }
              ,
            • "wind_gusts_10m_max":
              {
              • "type":"number",
              • "title":"wind_gusts_10m_max",
              • "description":""
              }
              ,
            • "precipitation_sum":
              {
              • "type":"number",
              • "title":"precipitation_sum",
              • "description":""
              }
              ,
            • "rain_sum":
              {
              • "type":"number",
              • "title":"rain_sum",
              • "description":""
              }
              ,
            • "showers_sum":
              {
              • "type":"number",
              • "title":"showers_sum",
              • "description":""
              }
              ,
            • "snowfall_sum":
              {
              • "type":"number",
              • "title":"snowfall_sum",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets